Customizing Dialog Box Templates

The HDLG template file is written using HTML, CSS, and JavaScript. The HDLG template file includes all of the dialog box templates and error messages, divided into sections. The dialog box templates are customizable through HTML.  

 

Note that all of the dialog box templates are initially hidden. JavaScript and CSS are used to interface with the protected application and control which dialog box template is visible at a moment.

 

You can control the size and location of the dialog box by providing the command _Init to the browser status and specifying the parameters (in pixels), as shown the following example.

 

window.status = "_Init,DLG_Width=500,DLG_Height=100, DLG_Left=10, DLG_Top=10”